projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1bf6c
)
Adjust CI check flags
author
Felix Krull
<f_krull@gmx.de>
Fri, 24 May 2019 22:01:18 +0000
(
00:01
+0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/.gitlab-ci.yml
b/rust-bindings/rust/.gitlab-ci.yml
index 43c37167d6d9f60a0d7b529c53d8d9274bd4a962..1ed58aa25cce6b4d5e671cd6cface9e65781ac7f 100644
(file)
--- a/
rust-bindings/rust/.gitlab-ci.yml
+++ b/
rust-bindings/rust/.gitlab-ci.yml
@@
-26,9
+26,9
@@
check:
stage: check
script:
- rustup component add clippy rustfmt
- - cargo check
- - cargo clippy
- - cargo fmt -- --check
+ - cargo check
--all ${CURRENT_FEATURES}
+ - cargo clippy
--all ${CURRENT_FEATURES}
+ - cargo fmt --
all --
--check
gir:
stage: check